home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / UTILITY / rescue4 / RESCUE95.EXE / 0 / RCDATA / TFDIRFORM / TFDIRFORM.txt
Text File  |  1997-06-12  |  1KB  |  68 lines

  1. object FDIRFORM: TFDIRFORM
  2.   Left = 229
  3.   Top = 115
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsDialog
  7.   Caption = 'Select a Directory'
  8.   ClientHeight = 295
  9.   ClientWidth = 273
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label2: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 25
  21.     Height = 13
  22.     Caption = 'Path:'
  23.   end
  24.   object Pfad: TLabel
  25.     Left = 40
  26.     Top = 8
  27.     Width = 59
  28.     Height = 13
  29.     Caption = 'C:\rescue95'
  30.   end
  31.   object BT_Cancel: TButton
  32.     Left = 157
  33.     Top = 256
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = '&Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 0
  40.   end
  41.   object BT_OK: TButton
  42.     Left = 40
  43.     Top = 256
  44.     Width = 75
  45.     Height = 25
  46.     Caption = '&OK'
  47.     Default = True
  48.     ModalResult = 1
  49.     TabOrder = 1
  50.   end
  51.   object DirectoryListBox1: TDirectoryListBox
  52.     Left = 8
  53.     Top = 57
  54.     Width = 256
  55.     Height = 183
  56.     DirLabel = Pfad
  57.     ItemHeight = 16
  58.     TabOrder = 2
  59.   end
  60.   object DriveComboBox1: TDriveComboBox
  61.     Left = 8
  62.     Top = 29
  63.     Width = 257
  64.     Height = 19
  65.     TabOrder = 3
  66.   end
  67. end
  68.